home *** CD-ROM | disk | FTP | other *** search
/ Speccy ClassiX 1998 / Speccy ClassiX 98.iso / amiga_system / the_aminet / dev / gcc / ixemulsrc.lha / ixemul-41.4 / gnulib-soft-float / fixdfsi.c < prev    next >
C/C++ Source or Header  |  1994-08-19  |  121b  |  10 lines

  1. #include "common.h"
  2. #include <inline/mathieeedoubbas.h>
  3.  
  4. SItype
  5. __fixdfsi (a)
  6.      double a;
  7. {
  8.   return IEEEDPFix (a);
  9. }
  10.